Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] slurm

Ok, I'll take a look at that. A plugin.xml is only needed if the plugin uses or defines extensions. Everything else is in the manifest now.

Greg

On Jan 20, 2010, at 6:29 PM, Orion Poplawski <orion@xxxxxxxxxxxxx> wrote:

On 01/20/2010 03:42 PM, Orion Poplawski wrote:
Well, when trying to build org.eclipse.ptp.rm.slurm with pdebuild I get:

The following error occurred while executing this line:
/builddir/build/BUILD/org.eclipse.ptp-v201001152110/build/features/ org.eclipse.ptp.rm.slurm/build.xml:19:
Basedir
/builddir/build/BUILD/org.eclipse.ptp-v201001152110/build/plugins/ org.eclipse.ptp.rm.slurm.proxy
does not exist

Found the problem, it doesn't look for plugin.xml (only), it also looks for MANIFEST.MF and gets the name out of that. Problem was the CRLF line endings in that file. Converted to Unix, and link is created properly.

--
Orion Poplawski
Technical Manager                     303-415-9701 x222
NWRA/CoRA Division                    FAX: 303-415-9702
3380 Mitchell Lane                  orion@xxxxxxxxxxxxx
Boulder, CO 80301              http://www.cora.nwra.com
_______________________________________________
ptp-dev mailing list
ptp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-dev


Back to the top