Hello,
We are currently in the process of migrating from Ant to Maven2 for
our builds.
Maven offers a framework that can be used to create a portable build system
and we intend to use that capability as much as we can. Once this is in place,
it should be much easier to checkout the code and build anywhere.
Until then, I have just added two missing Ant task jars to
sql12/test/lib folder in
CVS. Altogether, there are three jars that must be taken from this folder and
copied into your ANT_HOME/lib folder. They are:
emma_ant-2.0.5312.jar
findbugs-ant.jar
pmd-4.2.4.jar
You should no longer get the "taskdef class cannot be found" once you do this.
Let me know if you run into any other troubles with the build.
Rob
On Fri, Aug 21, 2009 at 12:39 PM, Zak Mc Kracken<zak...@ya...> wrote:
> Hi all,
>
> Sorry if I insist, it would be very helpful if someone could make a
> binary version for Java 5. I am under OS/X Tiger and there is no 6
> available. I really would like to upgrade Squirrel to the August release
> but building from the source seems far from easy:
>
>> $ ant compile_plugins
>> Buildfile: build.xml
>>
>> init:
>>
>> BUILD FAILED
>> /private/tmp/sql12/build/build.xml:97: taskdef class edu.umd.cs.findbugs.anttask.FindBugsTask cannot be found
>>
>> Total time: 0 seconds
>
>
> Many thanks in advance.
>
> Marco.
>
>
>
> Robert Manning wrote:
>> The only dependencies on Java 6 that I'm aware of are the new UI
>> enhancements and the use of @Override for interface methods. The
>> following target builds app, fw and all plugins specified in
>> build.properties:
>>
>> ant compile_plugins
>>
>> Rob
>>
>>
>> On 4/20/09, Zak Mc Kracken <zak...@ya...> wrote:
>>> Hi all,
>>>
>>> sorry if the question has already been made, I would suggest some search
>>> box in the mailing list archive.
>>>
>>> I am trying to install Squirrel 3.0.1 on a Mac Tiger (10.4.11), and it
>>> tells me I need Java 6. Apparently the last available Java version for
>>> Tiger is 1.5.0_16 and I've read somewhere they will provide the 6 on the
>>> Leopard only.
>>>
>>> I've also tried to built Squirrel from sources, but it's not exactly
>>> like "ant [Enter]".
>>>
>>> Thanks in advance for any help.
>>>
>>> Cheers.
>>>
>>> Marco.
>>>
>
> ------------------------------------------------------------------------------
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
> trial. Simplify your report design, integration and deployment - and focus on
> what you do best, core application coding. Discover what's new with
> Crystal Reports now. http://p.sf.net/sfu/bobj-july
> _______________________________________________
> Squirrel-sql-users mailing list
> Squ...@li...
> https://lists.sourceforge.net/lists/listinfo/squirrel-sql-users
>
|