[JBoss-dev] [Nukes Development] - Re: nukes cvs on Jboss ide

2004-02-16 Thread nbruck
View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3821722#3821722

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3821722

I created only the core and common. 

Try first core and if it works so try more. 

I created into my /eclipse/workspace the new Java Project. After I created an 
/src/main and an /output/gen/classes folder.  Then import the to folders from 
/nukes/nukes/src/main and /nukes/nukes/output/gen/classes ( to get this compile first 
with the given build.xml - this creates the folder) And at least add all external 
jars from /nukes/thirdparty/ ..  and even more.


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Nukes Development] - Re: nukes cvs on Jboss ide

2004-02-16 Thread marc fleury
View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3821792#3821792

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3821792

I went through that myself recently and it actually works. 



Basically you can find the eclipse file from a fresh CVS checkout, so do that first.  
Then from Eclipse tell him to import the project pointing to that file.  It 
automatically pulls down all the files from the central repository (so it does a 
second checkout). 



I got the stuff to compile after adding 2 missing classpath files.  It compiles in 
Eclipse now.  I really like the differential compiler feature. 




---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Nukes Development] - Re: nukes cvs on Jboss ide

2004-02-15 Thread nbruck
View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3821582#3821582

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3821582

Thanks for your help. With the given .classpath files it works. Eclipse compiles with 
many warnings and one error in resource Persmission.java saying:



Error  The method initialize is defined in an inherited type and an 
enclosing scopePermission.java nukes/src/main/org/jboss/nukes/security line 148



is this an configuration problem? Compiling with build.sh under /nukes/build/ works 
fine.



Thanks



NIK




---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Nukes Development] - Re: nukes cvs on Jboss ide

2004-02-15 Thread jae77
View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3821584#3821584

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3821584

what version of eclipse are you running? did you change any options under preferences 
- java - compiler? 


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Nukes Development] - Re: nukes cvs on Jboss ide

2004-02-15 Thread sgwood
View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3821585#3821585

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3821585



You need to use a JDK 1.4.X compiler.





Sherman


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Nukes Development] - Re: nukes cvs on Jboss ide

2004-02-15 Thread nbruck
View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3821587#3821587

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3821587

My eclipse version is: 2.1.3 Build  200402041431 .

My installed java version was is 1.4.2 but eclipse use 1.3.

I have been changing this to 1.4 and it compiles well.



Thank you very much.



I am happy now.

Will try to make an module.



The reasen I am experiencing Nukes is that I have to make an portal engine. Knowing 
that nukes and jboss developers are experienced  I like to learn how you designed 
Nukes. I been reading somthing about creating an portlet engine within nukes. That 
sounds great. Hope I can contribute also developing an open source portal engine 
running on jboss.



Thank alot for your help.



By NIK


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Nukes Development] - Re: nukes cvs on Jboss ide

2004-02-15 Thread eleipold
View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3821610#3821610

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3821610

I also am having some problems creating a good project in Eclipse. Can someone who has 
a project created please give me the directory structure? I use the cvs plugin in 
Eclipse and get everything from cvs to folder c:\nukes. Is there one project for each 
module or one for the whole nukes cvs checkout? I've set up the classpath variables 
and I tried the classpath files provided here but still have problems getting 
everything to compile in Eclispe.


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Nukes Development] - Re: nukes cvs on Jboss ide

2004-02-14 Thread nbruck
View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3821535#3821535

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3821535

Hi,



can you pleas give an workaround of nukes on Jboss ide?



I am new to nukes and jboss ide (eclipse) and would apreciate any help.



By NIK


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Nukes Development] - Re: nukes cvs on Jboss ide

2004-02-14 Thread jae77
View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3821542#3821542

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3821542

hrm - there is still a problem posting xml - i gotta look into fixing that this 
weekend. 



i need to run out right now, but when i get back, i'll post a link w/ a zip so you can 
d/l my .classpath files for nukes/common and nukes/core.



if you can't wait, you can view the page source and see what libraries i added to the 
classpath. 


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Nukes Development] - Re: nukes cvs on Jboss ide

2004-02-14 Thread jae77
View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3821540#3821540

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3821540

the .project file is created by eclipse when you import the sources. the .classpath 
file gets created when you start adding libraries to the project.



for every nukes module except common and core, you only need to worry about importing 
the nukes-lib.jar file. 

for the common and core, you have to add pretty much every library that is contained 
in the thirdparty directory.






---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Nukes Development] - Re: nukes cvs on Jboss ide

2004-02-14 Thread jae77
View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3821541#3821541

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3821541



?xml version=1.0 encoding=UTF-8?

































.classpath file for nukes/common


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development