Hi Michael, I've updated TraCI4J in master repo, no warnings. The warning "bootstrap class path not set" was due to setting Java 1.6 as source and target language versions. That setting was auto-generated by Eclipse, but to compile for 1.6 the build script needs to know the path of rt.jar in a 1.6 JRE. Since I don't see any reason to force the code to be 1.6-compatible, I removed this constrain to get rid of the warning.
Let me know if this causes issues. Enrico 2015-01-20 11:14 GMT+01:00 Enrico Gueli <[email protected]>: > Hi, > sorry for the delay. I'll fix the warnings for the end of the day. > > Cheers, > Enrico > > > 2015-01-20 8:52 GMT+01:00 Michael Behrisch <[email protected]>: >> Hi Enrico, >> the warnings are still there and getting more ;-( >> >> build-project: >> [echo] TraCI4J: /home/delphi/sumo/tools/contributed/traci4j/build.xml >> [javac] /home/delphi/sumo/tools/contributed/traci4j/build.xml:48: >> warning: 'includeantruntime' was not set, defaulting to >> build.sysclasspath=last; set to false for repeatable builds >> [javac] Compiling 79 source files to >> /home/delphi/sumo/tools/contributed/traci4j/bin >> [javac] warning: [options] bootstrap class path not set in conjunction >> with -source 1.6 >> [javac] >> /home/delphi/sumo/tools/contributed/traci4j/src/java/de/uniluebeck/itm/tcpip/Socket.java:3: >> warning: SourceTree is internal proprietary API and may be removed in a >> future release >> [javac] import com.sun.org.apache.xpath.internal.SourceTree; >> [javac] ^ >> [javac] 2 warnings >> [javac] /home/delphi/sumo/tools/contributed/traci4j/build.xml:53: >> warning: 'includeantruntime' was not set, defaulting to >> build.sysclasspath=last; set to false for repeatable builds >> [javac] Compiling 14 source files to >> /home/delphi/sumo/tools/contributed/traci4j/bin >> [javac] warning: [options] bootstrap class path not set in conjunction >> with -source 1.6 >> [javac] 1 warning >> >> Could you spare a little time and take care of this? >> >> Thank you very much! >> >> Michael >> >> Am 2014-06-30 17:18, schrieb Enrico Gueli: >> >>> Proceed :) >>> I'll do the same on the git repo soon. >>> >>> Enrico >>> >>> >>> 2014-06-30 9:49 GMT+02:00 Michael Behrisch >>> <[email protected]>: >>>> >>>> Hi Enrico, Mario, list, >>>> I finally managed to include your builds in the nightly sumo build. I >>>> receive a warning however >>>> [javac] /home/delphi/sumo/tools/contributed/traas/build.xml:14: >>>> warning: >>>> 'includeantruntime' was not set, defaulting to build.sysclasspath=last; >>>> set >>>> to false for repeatable builds >>>> >>>> Stackoverflow says simply add the option to all javac calls and forget >>>> about >>>> it: >>>> >>>> http://stackoverflow.com/questions/5103384/ant-warning-includeantruntime-was-not-set >>>> >>>> Do you agree and would you mind doing so? >>>> >>>> Thanks, >>>> Michael >>>> >> > > > > -- > Enrico -- Enrico ------------------------------------------------------------------------------ New Year. New Location. New Benefits. New Data Center in Ashburn, VA. GigeNET is offering a free month of service with a new server in Ashburn. Choose from 2 high performing configs, both with 100TB of bandwidth. Higher redundancy.Lower latency.Increased capacity.Completely compliant. http://p.sf.net/sfu/gigenet _______________________________________________ sumo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sumo-devel
