Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [orbit-dev] New Source Bundle Generator Uploaded

Well I had tried several things with Eclipse-3.3RC2 but I had to
manually add pdebuild-ant.jar to make it work.
 

Cheers,
--
Martin Oberhuber
Wind River Systems, Inc.
Target Management Project Lead, DSDP PMC Member
http://www.eclipse.org/dsdp/tm

 


From: orbit-dev-bounces@xxxxxxxxxxx [mailto:orbit-dev-bounces@xxxxxxxxxxx] On Behalf Of Christian Damus
Sent: Thursday, May 31, 2007 3:21 PM
To: Orbit Developer discussion
Subject: RE: [orbit-dev] New Source Bundle Generator Uploaded


Hi, Pascal,

I was able to launch in a separate JRE because PDE's Ant support adds the pdebuild-ant.jar to the classpath by default.

Isn't that normal?

cW



Christian W. Damus
Component Lead, Eclipse
OCL and EMF-QTV
IBM Rational Software



Pascal Rapicault/Ottawa/IBM@IBMCA
Sent by: orbit-dev-bounces@xxxxxxxxxxx

05/30/07 09:40 PM

Please respond to
Orbit Developer discussion <orbit-dev@xxxxxxxxxxx>

To
Orbit Developer discussion <orbit-dev@xxxxxxxxxxx>
cc
"Orbit Developer discussion" <orbit-dev@xxxxxxxxxxx>, orbit-dev-bounces@xxxxxxxxxxx
Subject
RE: [orbit-dev] New Source Bundle Generator Uploaded





The problem comes from the fact that the ant script is being executed in
another jre.
To change that, edit the launch configuration, navigate to the JRE tab and
select "edit in the same JRE as the workspace"
Martin, let us know if it helps

Thx

PaScaL





                                                                         
            "Oberhuber,                                                  
            Martin"                                                      
            <Martin.Oberhuber                                          To
            @windriver.com>           "Orbit Developer discussion"        
            Sent by:                  <orbit-dev@xxxxxxxxxxx>            
            orbit-dev-bounces                                          cc
            @eclipse.org                                                  
                                                                  Subject
                                      RE: [orbit-dev] New Source Bundle  
            05/30/2007 06:42          Generator Uploaded                  
            PM                                                            
                                                                         
                                                                         
            Please respond to                                            
             Orbit Developer                                              
               discussion                                                
            <orbit-dev@eclips                                            
                 e.org>                                                  
                                                                         
                                                                         




Never mind,

I think I found it out -- adding pdebuild-ant.jar from the
org.eclipse.pde.build plugin to the external tool's
classpath tab.
I'm wondering if there is a way to configure this with
a classpath variable, such that it comes preconfigured
from the Launch?

Anyways, thanks SO MUCH for this source generator,
it worked great for me.

Apache ORO and Commons Net source bundles added and
released. Will there be another stable build from which I
can consume my new bundles?


Thanks,
--
Martin Oberhuber
Wind River Systems, Inc.
Target Management Project Lead, DSDP PMC Member
http://www.eclipse.org/dsdp/tm




From: orbit-dev-bounces@xxxxxxxxxxx [mailto:orbit-dev-bounces@xxxxxxxxxxx]
On Behalf Of Oberhuber, Martin
Sent: Thursday, May 31, 2007 12:15 AM
To: Orbit Developer discussion
Subject: RE: [orbit-dev] New Source Bundle Generator Uploaded

Hi Christian,

I tried running the SourceGen builder from the Wiki, in order
to create source bundles for org.apache.oro and
org.apache.commons.net. I was trying on Windows, with
Eclipse-SDK-3.3RC2.

The SourceGen seems to run almost through, but then spits
out this error message:


BUILD FAILED


F:\WS\RSE.new\ws\SourceGen\build.xml:36: taskdef class
org.eclipse.pde.internal.build.tasks.ManifestModifier cannot be found


What am I doing wrong?


Cheers,
--
Martin Oberhuber
Wind River Systems, Inc.
Target Management Project Lead, DSDP PMC Member
http://www.eclipse.org/dsdp/tm


From: orbit-dev-bounces@xxxxxxxxxxx [mailto:orbit-dev-bounces@xxxxxxxxxxx]
On Behalf Of Christian Damus
Sent: Tuesday, May 29, 2007 5:31 PM
To: orbit-dev@xxxxxxxxxxx
Subject: [orbit-dev] New Source Bundle Generator Uploaded


Hi, all,

Per today's action item, I have uploaded a new version of the Source
Bundle Generator to the Wiki:


http://wiki.eclipse.org/index.php/Orbit_Source_Bundles#Utility_to_generate_source_bundles


This worked for me, generating with one touch and no post-facto
modifications required to the generated result, the source bundles for my
18 Orbit bundles (2 LPG Java Runtime versions and 16 Batik bundles).  This
includes such weirdness as:

  - determining the bundle to generate from the currently selected project

  - extracting the bundle version from the MANIFEST.MF file
  - updating the .classpath file for source attachment in the workspace
context
  - source ZIPs that were not originally named "src.zip", as required by
the PDE source attachment extension point

Let me know if anything breaks horribly for y'all.

Cheers,

Christian


Christian W. Damus
Component Lead, Eclipse OCL and EMF-QTV
IBM Rational Software_______________________________________________
orbit-dev mailing list
orbit-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/orbit-dev


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


Back to the top