|
View:
New views
8 Messages
—
Rating Filter:
Alert me
|
|
|
Squirrel 3 for Mac Tiger and Java 5Hi 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. ------------------------------------------------------------------------------ Stay on top of everything new and different, both inside and around Java (TM) technology - register by April 22, and save $200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco. 300 plus technical and hands-on sessions. Register today. Use priority code J9JMT32. http://p.sf.net/sfu/p _______________________________________________ Squirrel-sql-users mailing list Squirrel-sql-users@... https://lists.sourceforge.net/lists/listinfo/squirrel-sql-users |
|
|
Re: Squirrel 3 for Mac Tiger and Java 5The 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 <zakmck73@...> 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. > > ------------------------------------------------------------------------------ > Stay on top of everything new and different, both inside and > around Java (TM) technology - register by April 22, and save > $200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco. > 300 plus technical and hands-on sessions. Register today. > Use priority code J9JMT32. http://p.sf.net/sfu/p > _______________________________________________ > Squirrel-sql-users mailing list > Squirrel-sql-users@... > https://lists.sourceforge.net/lists/listinfo/squirrel-sql-users > ------------------------------------------------------------------------------ Stay on top of everything new and different, both inside and around Java (TM) technology - register by April 22, and save $200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco. 300 plus technical and hands-on sessions. Register today. Use priority code J9JMT32. http://p.sf.net/sfu/p _______________________________________________ Squirrel-sql-users mailing list Squirrel-sql-users@... https://lists.sourceforge.net/lists/listinfo/squirrel-sql-users |
|
|
Re: Squirrel 3 for Mac Tiger and Java 5Hi Robert, thanks for replying.
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. This is compatible with Java 5 as well, so the only problem with the bytecode should be that it is compiled for the 6. > The > following target builds app, fw and all plugins specified in > build.properties: > > ant compile_plugins > BUILD FAILED /private/tmp/sql12/build/build.xml:97: taskdef class edu.umd.cs.findbugs.anttask.FindBugsTask cannot be found (my ant is 1.7.1) It would be great if someone could make available a binary compiled for the 5 version. Cheers. Marco. ------------------------------------------------------------------------------ Stay on top of everything new and different, both inside and around Java (TM) technology - register by April 22, and save $200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco. 300 plus technical and hands-on sessions. Register today. Use priority code J9JMT32. http://p.sf.net/sfu/p _______________________________________________ Squirrel-sql-users mailing list Squirrel-sql-users@... https://lists.sourceforge.net/lists/listinfo/squirrel-sql-users |
|
|
Re: Squirrel 3 for Mac Tiger and Java 5Just to be clear, annotating an overridden method in a subclass with
@Override is allowed in Java5. Annotating a method implementation of an _interface_ method with @Override is only allowed in Java6 and above. There are a few new Ant taskdef dependencies introduced since we started using hudson for continuous builds. I just noticed that they are not in the test/lib folder - I'll make sure they get there soon. Then all you have to do is copy them to ANT_HOME/lib. Rob On Tue, Apr 21, 2009 at 4:35 AM, Zak Mc Kracken <zakmck73@...> wrote: > Hi Robert, thanks for replying. > > 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. > > This is compatible with Java 5 as well, so the only problem with the > bytecode should be that it is compiled for the 6. > >> The >> following target builds app, fw and all plugins specified in >> build.properties: >> >> ant compile_plugins >> > > BUILD FAILED > /private/tmp/sql12/build/build.xml:97: taskdef class > edu.umd.cs.findbugs.anttask.FindBugsTask cannot be found > > (my ant is 1.7.1) > > It would be great if someone could make available a binary compiled for the > 5 version. > > Cheers. > > Marco. > > > ------------------------------------------------------------------------------ Stay on top of everything new and different, both inside and around Java (TM) technology - register by April 22, and save $200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco. 300 plus technical and hands-on sessions. Register today. Use priority code J9JMT32. http://p.sf.net/sfu/p _______________________________________________ Squirrel-sql-users mailing list Squirrel-sql-users@... https://lists.sourceforge.net/lists/listinfo/squirrel-sql-users |
|
|
Again on Squirrel 3 for Mac Tiger and Java 5Hi 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 <zakmck73@...> 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 Squirrel-sql-users@... https://lists.sourceforge.net/lists/listinfo/squirrel-sql-users |
|
|
Re: Again on Squirrel 3 for Mac Tiger and Java 5Hello,
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<zakmck73@...> 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 <zakmck73@...> 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 > Squirrel-sql-users@... > https://lists.sourceforge.net/lists/listinfo/squirrel-sql-users > ------------------------------------------------------------------------------ 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 Squirrel-sql-users@... https://lists.sourceforge.net/lists/listinfo/squirrel-sql-users |
|
|
Again on Squirrel 3 for Mac Tiger and Java 5Hi 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 quite 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 <zakmck73@...> 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 Squirrel-sql-users@... https://lists.sourceforge.net/lists/listinfo/squirrel-sql-users |
|
|
Re: Again on Squirrel 3 for Mac Tiger and Java 5Maybe you could try Soylatte on Tiger (Intel processor required): http://landonf.bikemonkey.org/static/soylatte/
On Tue, Aug 25, 2009 at 7:59 AM, Zak Mc Kracken <zakmck73@...> wrote:
------------------------------------------------------------------------------ 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 Squirrel-sql-users@... https://lists.sourceforge.net/lists/listinfo/squirrel-sql-users |
| Free embeddable forum powered by Nabble | Forum Help |