Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [mylar-dev] Developing Mylar on Eclipse

Thank you for replying Eugene. I have followed the instructions found at:

http://wiki.eclipse.org/index.php/Mylar_Contributor_Reference#Workspace

1) My JRE is up to date and the J2SE points to the JRE correctly. 

2) I have downloaded the entire source head from the cvs. I need to modify the bugzilla UI and Connector to implement the changes needed for our needs. I then need to compile the plugin into a jar to use it internally at my workplace.

3) I have tried running the source as a java 5 application. However, i don't think that's the path to follow. Firstly, the compiler throws about 5000 errors before it crashes. Also, I am not sure how the java 5 run command will create a 3.2 workbunch to test the plugin.

4) I have also tried making a sample "Hello World" PDE application and linking the mylar source to the source folder. That also throws 500+ errors.

5) The ANT build files are not being created using the pde tools options either.

Again, I am sure I am making this more complicated than it's really is. The source should be able to compile and run with little effore, since active modification and development takes place on a daily basis. 

I have also tried reading up on PDE dev environment, but that doesn't lead me anywhere. 

Any help/suggestion will be immensely appreciated.

Warm Regards,
Naveed



-----Original Message-----
From: mylar-dev-bounces@xxxxxxxxxxx
[mailto:mylar-dev-bounces@xxxxxxxxxxx]On Behalf Of Eugene Kuleshov
Sent: Wednesday, March 21, 2007 1:29 PM
To: Mylar developer discussions
Subject: Re: [mylar-dev] Developing Mylar on Eclipse



  You may want to read trough instructions at 
http://wiki.eclipse.org/index.php/Mylar_Contributor_Reference#Workspace

  The easiest way is just import recommended project set. There will be 
more projects then you need, but it is just easy. Alternatively you can 
actually look at the errors and checkout required dependencies one by one.
  Note that when checking out from CVS head you can't really use Mylar 
plugins installed in your Eclipse as dependencies, because internal API 
fade away really quick.

  regards,
  Eugene


Naveed Jauhar wrote:
>
> Hi,
>
> I am a newbie to plugin development on Eclipse. I need to modify the 
> mylar bugzilla connector for our usage. I have already identified the 
> code that needs to be changed to make the modification. However, I am 
> having problems compiling and running the mylar code in eclipse.
>
> Any Help or suggestions will be immensely appreciated.
>
> For reference, I have tried the following so far:
>
> 1) Downloaded the code from cvs.
>
> 2) Made a java application project and tried compiling the code. No 
> luck. It throws about 5000 errors.
>
> 3) Made a sample pde project and linked the source to that project. no 
> luck there either.
>
> 4) I am sure the source comes ready to be compiled on Eclipse, I am 
> just not sure how to go about compiling it.
>
> Again any help or suggestions will be greatly appreciated. I am using 
> Eclipse 3.2 with JRE 1.5.0.2.
>
> Warm Regards,
> Naveed
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> mylar-dev mailing list
> mylar-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/mylar-dev
>   

_______________________________________________
mylar-dev mailing list
mylar-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/mylar-dev


Back to the top