It is currently Sat Nov 26, 2011 7:52 pm

All times are UTC + 1 hour




Post new topic Reply to topic  [ 36 posts ]  Go to page Previous  1, 2, 3  Next
Author Message
 Post subject:
PostPosted: Sun Nov 22, 2009 4:43 pm 
Offline
Developer

Joined: Thu Oct 08, 2009 9:31 pm
Posts: 44
Hey guys, can I have write access to the WIKI so that I can document this process?

_________________
MS


Top
 Profile  
 
 Post subject:
PostPosted: Sun Nov 22, 2009 5:15 pm 
Offline
Lead Developer
User avatar

Joined: Mon Jan 16, 2006 5:46 pm
Posts: 904
Location: Netherlands
Roel can give you access. I'll ask him if he doesn't read this.

Btw, the new runnable now works! : remember that it is copied to the target\runnable folder :)Are all those jars in that folder needed btw? It is quite a collection we have there :)

I only have a problem now starting ted from Eclipse. First it didn't recognize at lot of the jar files junit.jar for example but that does seem to have fixed itself. Now there seems to be a bug in the logging code. I'm investigating :)


Top
 Profile  
 
 Post subject:
PostPosted: Sun Nov 22, 2009 5:16 pm 
Offline
Lead Developer
User avatar

Joined: Mon Jan 16, 2006 4:11 pm
Posts: 645
Location: Netherlands
Can you create an account via and tell me your username?

_________________
Roel

i watch: simpsons, south park, lost, top gear, true blood & fringe
download - documentation - bugs/feature requests - sourceforge -


Top
 Profile  
 
 Post subject:
PostPosted: Sun Nov 22, 2009 5:24 pm 
Offline
Lead Developer
User avatar

Joined: Mon Jan 16, 2006 4:11 pm
Posts: 645
Location: Netherlands
I have the same problem. jUnit is not in pom.xml so I get all kinds of errors in my eclipse project.

_________________
Roel

i watch: simpsons, south park, lost, top gear, true blood & fringe
download - documentation - bugs/feature requests - sourceforge -


Top
 Profile  
 
 Post subject:
PostPosted: Sun Nov 22, 2009 5:35 pm 
Offline
Lead Developer
User avatar

Joined: Mon Jan 16, 2006 5:46 pm
Posts: 904
Location: Netherlands
I checked out ted-core from scratch and then all dependencies are okay.

I made two adjustments to the pom.xml file which I think were incorrectly commented out. Mike could you check if this was indeed incorrect? At least my ted now loads again from Eclipse so I've fixed something (but maybe also broke something :)).


Top
 Profile  
 
 Post subject:
PostPosted: Sun Nov 22, 2009 5:38 pm 
Offline
Lead Developer
User avatar

Joined: Mon Jan 16, 2006 5:46 pm
Posts: 904
Location: Netherlands
Hmm, I think I already know what I broke, namely the jar in the runnable folder. I'm quite confused what to do now to get both of them to work at the same time.


Top
 Profile  
 
 Post subject:
PostPosted: Mon Nov 23, 2009 9:05 pm 
Offline
Developer

Joined: Thu Oct 08, 2009 9:31 pm
Posts: 44
Hey guys - Sorry I've been busy the last few days.

1) I can't create a wiki account from the URL specified. It only gives me the option to login.

2) Everything in eclipse land seemed to work for me, but I will check out and import the ted-core project from scratch tonight.

I don't think this will be a hard issue to address. I'll make sure that I look at it tonight. I'm pretty sure that I know what is wrong here. I think I forgot to update the eclipse project classpath when I made the change.

Quote:
I made two adjustments to the pom.xml file which I think were incorrectly commented out. Mike could you check if this was indeed incorrect? At least my ted now loads again from Eclipse so I've fixed something (but maybe also broke something Smile).


LOL - If you've commented out the items I think you have, you have kinda reverted the change that I have made.

Sorry for all the confusion. I'll get this squared away tonight.

_________________
MS


Top
 Profile  
 
 Post subject:
PostPosted: Mon Nov 23, 2009 9:56 pm 
Offline
Lead Developer
User avatar

Joined: Mon Jan 16, 2006 5:46 pm
Posts: 904
Location: Netherlands
mstead wrote:
Hey guys - Sorry I've been busy the last few days.

No worries. We'll have things to do next to ted (luckily :)).

Quote:
1) I can't create a wiki account from the URL specified. It only gives me the option to login.

Don't you have to create an account roel?

Quote:
Quote:
I made two adjustments to the pom.xml file which I think were incorrectly commented out. Mike could you check if this was indeed incorrect? At least my ted now loads again from Eclipse so I've fixed something (but maybe also broke something Smile).


LOL - If you've commented out the items I think you have, you have kinda reverted the change that I have made.

Well, I only partly reverted what you did :)Maybe I should read a book on Maven so I at least know what I'm doing :P


Top
 Profile  
 
 Post subject:
PostPosted: Wed Nov 25, 2009 12:50 pm 
Offline
Lead Developer
User avatar

Joined: Mon Jan 16, 2006 5:46 pm
Posts: 904
Location: Netherlands
Any update on this issue?


Top
 Profile  
 
 Post subject:
PostPosted: Thu Nov 26, 2009 12:41 am 
Offline
Developer

Joined: Thu Oct 08, 2009 1:18 am
Posts: 62
Hey Jofo,

I think I know what the problem is. It appears the plugin we're using for maven isn't calling the target as we expect.

If you comment out both 'system' scope lines, and run 'mvn validate' (or any other maven target) from the command line before opening the project in eclipse it seems to work fine.

The reason is because mstead is copying the dependencies to the local repository during the validate phase in maven. The validate phase runs before any other, so it is the phase you can use to get all your dependencies correct before compiling, testing, and packaging. If you run maven from the command line everything works as expected, it's only the eclipse plugin that current has problems.

I posted to IAM's (the eclipse maven group) mailing-list asking about it. The post is here.

I'll see if anyone provides a quick workaround.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Nov 26, 2009 9:06 pm 
Offline
Lead Developer
User avatar

Joined: Mon Jan 16, 2006 5:46 pm
Posts: 904
Location: Netherlands
Quote:
If you comment out both 'system' scope lines, and run 'mvn validate' (or any other maven target) from the command line before opening the project in eclipse it seems to work fine.

That indeed seems to work. In Eclipse you've to do Maven -> Manage dependencies though, otherwise you get all kind of errors if you try to launch ted.

Quote:
I'll see if anyone provides a quick workaround.

No replies yet on your post unfortunately. Do you know if they are fast responders at that forum?


Top
 Profile  
 
 Post subject:
PostPosted: Fri Nov 27, 2009 6:06 pm 
Offline
Developer

Joined: Thu Oct 08, 2009 9:31 pm
Posts: 44
Perhaps we could consider trying out a different Eclipse/Maven plugin?

I've used the M2Eclipse plugin before, but I don't know if would address the issue at hand.

http://m2eclipse.sonatype.org/

_________________
MS


Top
 Profile  
 
 Post subject:
PostPosted: Sun Nov 29, 2009 1:26 pm 
Offline
Lead Developer
User avatar

Joined: Mon Jan 16, 2006 5:46 pm
Posts: 904
Location: Netherlands
That plugin also doesn't seem to fix the problem.

I'm still having issues with the pom.xml. It just seems that sometimes it works and sometimes it doesn't. It get a lot of errors when starting ted from Eclipse:
Quote:
Exception in thread "main" java.lang.NullPointerException
at javax.swing.ImageIcon.<init>(ImageIcon.java:167)
at ted.TedMainDialog.<init>(TedMainDialog.java:81)
at ted.TedMain.main(TedMain.java:50)


I don't know if Roel already gave you access to the Wiki but could you otherwise describe the process step by step there starting with a clean check out from the ted-core branch?


Top
 Profile  
 
 Post subject:
PostPosted: Tue Dec 01, 2009 1:30 pm 
Offline
Developer

Joined: Thu Oct 08, 2009 9:31 pm
Posts: 44
Both myself and Kenny have been looking into this. I've been having trouble devoting AS MUCH time to the project during last couple of weeks, but it is the highest priority item on my list right now.

Sorry for any inconvenience.

Hold tight, we'll get 'er done! :)

_________________
MS


Top
 Profile  
 
 Post subject:
PostPosted: Tue Dec 01, 2009 5:45 pm 
Offline
Lead Developer
User avatar

Joined: Mon Jan 16, 2006 5:46 pm
Posts: 904
Location: Netherlands
That's okay. Social life (or Modern Warfare 2) sometimes gets in the way :)


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 36 posts ]  Go to page Previous  1, 2, 3  Next

All times are UTC + 1 hour


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group