Never tried... should but, I have no idea what Eclipse is really doing. Doing it by hand will help isolate the problem, but taking Eclipse out of the picture.
--jason > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:jboss- > [EMAIL PROTECTED]] On Behalf Of Emerson Cargnin - > SICREDI Servi�os > Sent: Thursday, September 19, 2002 3:37 PM > To: [EMAIL PROTECTED] > Subject: Re: [JBoss-dev] error when buiding > > ok, i'll try that, but it was suppose to work checking out through > eclipse, isn't? > > Jason Dillon wrote: > > Do me a favor. Check out the sources by hand using: > > > > cvs -d <whatever> get jboss-all > > > > Then see if that builds. Change <whatever> to the correct CVSROOT > > though ;) > > > > --jason > > > > > > > >>-----Original Message----- > >>From: [EMAIL PROTECTED] [mailto:jboss- > >>[EMAIL PROTECTED]] On Behalf Of Emerson Cargnin > > > > - > > > >>SICREDI Servi�os > >>Sent: Thursday, September 19, 2002 3:13 PM > >>To: [EMAIL PROTECTED] > >>Subject: Re: [JBoss-dev] error when buiding > >> > >> > >> > >>Jason Dillon wrote: > >> > >>>Hrm... *getting slightly frustrated* > >> > >>me too... > >> > >> > >>>How did you get the sources to JBoss? > >>> > >> > >>checkout (using eclipse) from jboss-all module > >> > >> > >>>What operating system are you running? > >>> > >> > >>linux SuSe 8.0 > >> > >> > >>>What version of Java are you using? > >>> > >> > >>java version "1.4.0_01" > >>Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0_01-b03) > >> > >> > >> > >>>Which shell are you using? > >>> > >> > >>bash > >> > >> > >>sorry for boring you, but i really wanted to make it work. > >> > >>thanks for your help... > >> > >> > >> > >>>--jason > >>> > >>> > >>> > >>> > >>>>-----Original Message----- > >>>>From: [EMAIL PROTECTED] [mailto:jboss- > >>>>[EMAIL PROTECTED]] On Behalf Of Emerson > >>> > > Cargnin > > > >>>- > >>> > >>> > >>>>SICREDI Servi�os > >>>>Sent: Thursday, September 19, 2002 2:47 PM > >>>>To: [EMAIL PROTECTED] > >>>>Subject: Re: [JBoss-dev] error when buiding > >>>> > >>>>i think i still didn't get the point : > >>>> > >>>> > >>>>-Djava.protocol.handler.pkgs=org.jboss.net.protocol is already at > >>>>/build/build.sh (line 174): > >>>> > >>>># need to specify planet57/buildmagic protocol handler package > >>>> ANT_OPTS="$ANT_OPTS > >>>>-Djava.protocol.handler.pkgs=org.jboss.net.protocol" > >>>> > >>>>i tried to put when ant is executed (line 194): > >>>> > >>>> exec $ANT -Djava.protocol.handler.pkgs=org.jboss.net.protocol > >>>>$ANT_OPTIONS "$@" > >>>> > >>>>but it still gives me the message : > >>>> > >>>> > >>>>emersonc@tec-ecargnin:~/eclipse/workspace/jboss-all/build> > >>> > > ./build.sh > > > >>>>Searching for build.xml ... > >>>>Buildfile: > >>> > > /home/emersonc/eclipse/workspace/jboss-all/build/build.xml > > > >>>>BUILD FAILED > >>>>Error reading project file: unknown protocol: resource > >>>> > >>>>Total time: 1 second > >>>> > >>>> > >>>> > >>>> > >>>>Jason Dillon wrote: > >>>> > >>>> > >>>>>As I said before =P... you need to set this property: > >>>>> > >>>>>-Djava.protocol.handler.pkgs=org.jboss.net.protocol > >>>>> > >>>>>(look at jboss-all/build/build.sh for an example... it is close to > >>>> > >>>the > >>> > >>> > >>>>>bottom). > >>>>> > >>>>>You also need to make sure that > >>>> > >>>jboss-all/tools/lib/buildmagic-tasks.jar > >>> > >>> > >>>>>is in your classpath. Actually you should include all of the jars > >>>> > >>>in > >>> > >>> > >>>>>tools/lib to make sure that things work correctly... though your > >>>> > >>>mileage > >>> > >>> > >>>>>may vary. > >>>> > >>>>i need to set this classpath by hand?? just for asking : why it is > >>> > > not > > > >>>>done already by build.sh > >>>> > >>>>but two weeks ago it worked without setting nothing.... : ( > >>>> > >>>> > >>>> > >>>>>--jason > >>>>> > >>>>> > >>>>> > >>>>> > >>>>> > >>>>>>-----Original Message----- > >>>>>>From: [EMAIL PROTECTED] [mailto:jboss- > >>>>>>[EMAIL PROTECTED]] On Behalf Of Emerson > >>>>> > >>>Cargnin > >>> > >>> > >>>>>- > >>>>> > >>>>> > >>>>> > >>>>>>SICREDI Servi�os > >>>>>>Sent: Thursday, September 19, 2002 2:17 PM > >>>>>>To: [EMAIL PROTECTED] > >>>>>>Subject: Re: [JBoss-dev] error when buiding > >>>>>> > >>>>>> > >>>>>> > >>>>>>Jason Dillon wrote: > >>>>>> > >>>>>> > >>>>>> > >>>>>>>How what? > >>>>>>> > >>>>>>>--jason > >>>>>> > >>>>>>: ) > >>>>>> > >>>>>>how to configure 'resource' as the protocol : ) > >>>>>>i mean, i have checkout jboss-all and want to build it. what else > >>>>> > > i > > > >>>>>need > >>>>> > >>>>> > >>>>> > >>>>>> to type ./run.sh and just watch the build ? > >>>>>> > >>>>>> > >>>>>> > >>>>>> > >>>>>>>>-----Original Message----- > >>>>>>>>From: [EMAIL PROTECTED] > >>>>>>> > > [mailto:jboss- > > > >>>>>>>>[EMAIL PROTECTED]] On Behalf Of Emerson > >>>>>>> > >>>>>Cargnin > >>>>> > >>>>> > >>>>> > >>>>>>>- > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>>>SICREDI Servi�os > >>>>>>>>Sent: Thursday, September 19, 2002 1:36 PM > >>>>>>>>To: [EMAIL PROTECTED] > >>>>>>>>Subject: Re: [JBoss-dev] error when buiding > >>>>>>>> > >>>>>>>>could you explain how, please? > >>>>>>>> > >>>>>>>>Jason Dillon wrote: > >>>>>>>> > >>>>>>>> > >>>>>>>> > >>>>>>>> > >>>>>>>>>Hey. It is needed because the build scripts are using the > >>>>>>>> > >>>>>>>'resource' > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>>>>protocol to include files. Since Ant does not have a mechanism > >>>>>>>> > >>>to > >>> > >>> > >>>>>>>>>include scripts we are forced to use the XML mechanism. Ant > >>>>>>>> > > does > > > >>>>>>>>>provide a method to load an entity from a URL though, so we use > >>>>>>>> > > a > > > >>>>>>>URL > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>>>>protocol handler to read a resource file to include custom > >>>>>>>> > > bits. > > > >>>>>>>>>--jason > >>>>>>>>> > >>>>>>>>> > >>>>>>>>> > >>>>>>>>> > >>>>>>>>> > >>>>>>>>> > >>>>>>>>> > >>>>>>>>>>-----Original Message----- > >>>>>>>>>>From: [EMAIL PROTECTED] > >>>>>>>>> > >>>[mailto:jboss- > >>> > >>> > >>>>>>>>>>[EMAIL PROTECTED]] On Behalf Of Emerson > >>>>>>>>> > >>>>>>>Cargnin > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>>>>- > >>>>>>>>> > >>>>>>>>> > >>>>>>>>> > >>>>>>>>> > >>>>>>>>> > >>>>>>>>>>SICREDI Servi�os > >>>>>>>>>>Sent: Wednesday, September 18, 2002 12:23 PM > >>>>>>>>>>To: [EMAIL PROTECTED] > >>>>>>>>>>Subject: Re: [JBoss-dev] error when buiding > >>>>>>>>>> > >>>>>>>>>>hey jason, I still can't build jboss. Could you explain how to > >>>>>>>>> > >>>set > >>> > >>> > >>>>>>>up > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>>>>>the url search path and why it's needed to the dev do that? > >>>>>>>>>> > >>>>>>>>>>Jason Dillon wrote: > >>>>>>>>>> > >>>>>>>>>> > >>>>>>>>>> > >>>>>>>>>> > >>>>>>>>>> > >>>>>>>>>>>You need to set the url search path to include > >>>>>>>>>> > >>>>>>>>>org.jboss.net.protocol. > >>>>>>>>> > >>>>>>>>> > >>>>>>>>> > >>>>>>>>> > >>>>>>>>> > >>>>>>>>>>>Look at one of the build.sh or build.bat scripts for details. > >>>>>>>>>>> > >>>>>>>>>>>--jason > >>>>>>>>>>> > >>>>>>>>>>> > >>>>>>>>>>> > >>>>>>>>>>> > >>>>>>>>>>> > >>>>>>>>>>> > >>>>>>>>>>> > >>>>>>>>>>> > >>>>>>>>>>>>-----Original Message----- > >>>>>>>>>>>>From: [EMAIL PROTECTED] > >>>>>>>>>>> > >>>>>[mailto:jboss- > >>>>> > >>>>> > >>>>> > >>>>>>>>>>>>[EMAIL PROTECTED]] On Behalf Of > >>>>>>>>>>> > > Emerson > > > >>>>>>>>>Cargnin > >>>>>>>>> > >>>>>>>>> > >>>>>>>>> > >>>>>>>>> > >>>>>>>>> > >>>>>>>>>>>- > >>>>>>>>>>> > >>>>>>>>>>> > >>>>>>>>>>> > >>>>>>>>>>> > >>>>>>>>>>> > >>>>>>>>>>> > >>>>>>>>>>>>SICREDI Servi�os > >>>>>>>>>>>>Sent: Wednesday, September 11, 2002 9:11 AM > >>>>>>>>>>>>To: [EMAIL PROTECTED] > >>>>>>>>>>>>Subject: [JBoss-dev] error when buiding > >>>>>>>>>>>> > >>>>>>>>>>>>why do i get this error when building jboss-all?? > >>>>>>>>>>>> > >>>>>>>>>>>> > >>>>>>>>>>>>./build.sh > >>>>>>>>>>>>Searching for build.xml ... > >>>>>>>>>>>>Buildfile: /home/emersonc/eclipse/workspace/jboss/build.xml > >>>>>>>>>>>> > >>>>>>>>>>>> > >>>>>>>>>>>>BUILD FAILED > >>>>>>>>>>>>Error reading project file: unknown protocol: resource > >>>>>>>>>>>> > >>>>>>>>>>>> > >>>>>>>>>>>> > >>>>>>>>>>>>-- > >>>>>>>>>>>>Emerson Cargnin > >>>>>>>>>>>>SICREDI - Tel : 3358-4860 > >>>>>>>>>>>> > >>>>>>>>>>>> > >>>>>>>>>>>> > >>>>>>>>>>>>------------------------------------------------------- > >>>>>>>>>>>>In remembrance > >>>>>>>>>>>>www.osdn.com/911/ > >>>>>>>>>>>>_______________________________________________ > >>>>>>>>>>>>Jboss-development mailing list > >>>>>>>>>>>>[EMAIL PROTECTED] > >>>>>>>>>>> > >>>>>>>>>>>https://lists.sourceforge.net/lists/listinfo/jboss-developmen t > >>>>>>>>>>> > >>>>>>>>>>> > >>>>>>>>>>> > >>>>>>>>>>> > >>>>>>>>>>>------------------------------------------------------- > >>>>>>>>>>>In remembrance > >>>>>>>>>>>www.osdn.com/911/ > >>>>>>>>>>>_______________________________________________ > >>>>>>>>>>>Jboss-development mailing list > >>>>>>>>>>>[EMAIL PROTECTED] > >>>>>>>>>> > >>>>>>>>>>https://lists.sourceforge.net/lists/listinfo/jboss-development > >>>>>>>>>> > >>>>>>>>>> > >>>>>>>>>>-- > >>>>>>>>>>Emerson Cargnin > >>>>>>>>>>SICREDI - Tel : 3358-4860 > >>>>>>>>>> > >>>>>>>>>> > >>>>>>>>>> > >>>>>>>>>>------------------------------------------------------- > >>>>>>>>>>This SF.NET email is sponsored by: AMD - Your access to the > >>>>>>>>> > >>>>>experts > >>>>> > >>>>> > >>>>> > >>>>>>>>>>on Hammer Technology! Open Source & Linux Developers, register > >>>>>>>>> > >>>now > >>> > >>> > >>>>>>>>>>for the AMD Developer Symposium. Code: EX8664 > >>>>>>>>>>http://www.developwithamd.com/developerlab > >>>>>>>>>>_______________________________________________ > >>>>>>>>>>Jboss-development mailing list > >>>>>>>>>>[EMAIL PROTECTED] > >>>>>>>>>>https://lists.sourceforge.net/lists/listinfo/jboss-development > >>>>>>>>> > >>>>>>>>> > >>>>>>>>> > >>>>>>>>> > >>>>>>>>>------------------------------------------------------- > >>>>>>>>>This SF.NET email is sponsored by: AMD - Your access to the > >>>>>>>> > >>>experts > >>> > >>> > >>>>>>>>>on Hammer Technology! Open Source & Linux Developers, register > >>>>>>>> > >>>now > >>> > >>> > >>>>>>>>>for the AMD Developer Symposium. Code: EX8664 > >>>>>>>>>http://www.developwithamd.com/developerlab > >>>>>>>>>_______________________________________________ > >>>>>>>>>Jboss-development mailing list > >>>>>>>>>[EMAIL PROTECTED] > >>>>>>>>>https://lists.sourceforge.net/lists/listinfo/jboss-development > >>>>>>>>> > >>>>>>>> > >>>>>>>> > >>>>>>>>-- > >>>>>>>>xxxxxxxxxxxxxxxxxxxxxxxxxxxx > >>>>>>>>| Emerson Cargnin | > >>>>>>>>| Analista de Sistemas Sr. | > >>>>>>>>| Tel : (051) 3358-4860 | > >>>>>>>>| SICREDI Servi�os | > >>>>>>>>| Porto Alegre - Brasil | > >>>>>>>>|xxxxxxxxxxxxxxxxxxxxxxxxxx| > >>>>>>>> > >>>>>>>> > >>>>>>>> > >>>>>>>>------------------------------------------------------- > >>>>>>>>This sf.net email is sponsored by:ThinkGeek > >>>>>>>>Welcome to geek heaven. > >>>>>>>>http://thinkgeek.com/sf > >>>>>>>>_______________________________________________ > >>>>>>>>Jboss-development mailing list > >>>>>>>>[EMAIL PROTECTED] > >>>>>>>>https://lists.sourceforge.net/lists/listinfo/jboss-development > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>>------------------------------------------------------- > >>>>>>>This sf.net email is sponsored by:ThinkGeek > >>>>>>>Welcome to geek heaven. > >>>>>>>http://thinkgeek.com/sf > >>>>>>>_______________________________________________ > >>>>>>>Jboss-development mailing list > >>>>>>>[EMAIL PROTECTED] > >>>>>>>https://lists.sourceforge.net/lists/listinfo/jboss-development > >>>>>>> > >>>>>> > >>>>>> > >>>>>>-- > >>>>>>xxxxxxxxxxxxxxxxxxxxxxxxxxxx > >>>>>>| Emerson Cargnin | > >>>>>>| Analista de Sistemas Sr. | > >>>>>>| Tel : (051) 3358-4860 | > >>>>>>| SICREDI Servi�os | > >>>>>>| Porto Alegre - Brasil | > >>>>>>|xxxxxxxxxxxxxxxxxxxxxxxxxx| > >>>>>> > >>>>>> > >>>>>> > >>>>>>------------------------------------------------------- > >>>>>>This sf.net email is sponsored by:ThinkGeek > >>>>>>Welcome to geek heaven. > >>>>>>http://thinkgeek.com/sf > >>>>>>_______________________________________________ > >>>>>>Jboss-development mailing list > >>>>>>[EMAIL PROTECTED] > >>>>>>https://lists.sourceforge.net/lists/listinfo/jboss-development > >>>>> > >>>>> > >>>>> > >>>>> > >>>>>------------------------------------------------------- > >>>>>This sf.net email is sponsored by:ThinkGeek > >>>>>Welcome to geek heaven. > >>>>>http://thinkgeek.com/sf > >>>>>_______________________________________________ > >>>>>Jboss-development mailing list > >>>>>[EMAIL PROTECTED] > >>>>>https://lists.sourceforge.net/lists/listinfo/jboss-development > >>>>> > >>>> > >>>> > >>>>-- > >>>>xxxxxxxxxxxxxxxxxxxxxxxxxxxx > >>>>| Emerson Cargnin | > >>>>| Analista de Sistemas Sr. | > >>>>| Tel : (051) 3358-4860 | > >>>>| SICREDI Servi�os | > >>>>| Porto Alegre - Brasil | > >>>>|xxxxxxxxxxxxxxxxxxxxxxxxxx| > >>>> > >>>> > >>>> > >>>>------------------------------------------------------- > >>>>This sf.net email is sponsored by:ThinkGeek > >>>>Welcome to geek heaven. > >>>>http://thinkgeek.com/sf > >>>>_______________________________________________ > >>>>Jboss-development mailing list > >>>>[EMAIL PROTECTED] > >>>>https://lists.sourceforge.net/lists/listinfo/jboss-development > >>> > >>> > >>> > >>> > >>>------------------------------------------------------- > >>>This sf.net email is sponsored by:ThinkGeek > >>>Welcome to geek heaven. > >>>http://thinkgeek.com/sf > >>>_______________________________________________ > >>>Jboss-development mailing list > >>>[EMAIL PROTECTED] > >>>https://lists.sourceforge.net/lists/listinfo/jboss-development > >>> > >> > >> > >>-- > >>xxxxxxxxxxxxxxxxxxxxxxxxxxxx > >>| Emerson Cargnin | > >>| Analista de Sistemas Sr. | > >>| Tel : (051) 3358-4860 | > >>| SICREDI Servi�os | > >>| Porto Alegre - Brasil | > >>|xxxxxxxxxxxxxxxxxxxxxxxxxx| > >> > >> > >> > >>------------------------------------------------------- > >>This sf.net email is sponsored by:ThinkGeek > >>Welcome to geek heaven. > >>http://thinkgeek.com/sf > >>_______________________________________________ > >>Jboss-development mailing list > >>[EMAIL PROTECTED] > >>https://lists.sourceforge.net/lists/listinfo/jboss-development > > > > > > > > > > ------------------------------------------------------- > > This sf.net email is sponsored by:ThinkGeek > > Welcome to geek heaven. > > http://thinkgeek.com/sf > > _______________________________________________ > > Jboss-development mailing list > > [EMAIL PROTECTED] > > https://lists.sourceforge.net/lists/listinfo/jboss-development > > > > > -- > xxxxxxxxxxxxxxxxxxxxxxxxxxxx > | Emerson Cargnin | > | Analista de Sistemas Sr. | > | Tel : (051) 3358-4860 | > | SICREDI Servi�os | > | Porto Alegre - Brasil | > |xxxxxxxxxxxxxxxxxxxxxxxxxx| > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Jboss-development mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/jboss-development ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
