If you change the vermilingua plugin version to 1.0.3, the error should go 
away. The error originally occurred because the erroneously specified version 
(1.0.0-SNAPSHOT) was never released, so your build couldn't find it — and thus 
not the "woapplication" packaging declared by it. 1.0.3 is deployed on maven 
central meaning the build *should* be fine.

But if it still fails, perhaps also try just replacing vermilingua-maven-plugin 
with wolifecycle-maven-plugin? I.e. replace...

<plugin>
        <groupId>is.rebbi</groupId>
        <artifactId>vermilingua-maven-plugin</artifactId>
        <version>1.0.3</version>
        <extensions>true</extensions>
</plugin>

...with...

<plugin>
        <groupId>org.wocommunity</groupId>
        <artifactId>wolifecycle-maven-plugin</artifactId>
        <version>2.5</version>
        <extensions>true</extensions>
</plugin>

All that being said — I seem to recall that Eclipse complaining about your 
project's packaging won't affect if your project works. I might be wrong 
though, haven't hit this in a while.

Cheers,
- hugi


> On 28 Aug 2025, at 14:59, Francois BIENTZ via Webobjects-dev 
> <[email protected]> wrote:
> 
> Thank you Hugi
> 
> In the pom.xml I get an error on the line <packaging> woapplication
> "Unknown packaging : woapplication "
> I don’t get this error when I create a new maven App
> 
> Francois 
> 
>> Le 28 août 2025 à 16:08, Hugi Thordarson via Webobjects-dev 
>> <[email protected]> a écrit :
>> 
>> Hi Francois,
>> glad you saw the sample project :).
>> 
>> And sorry about that — the problem is that I accidentally referenced an 
>> ancient development version of the vermilingua-maven-plugin. Upgrade it to 
>> v1.0.3 (which is in maven central) and it should be fine. Just did that in 
>> the sample project's repo.
>> Also, you don't have to use vermilingua-maven-plugin to build the project 
>> (or any slim projects for that matter), good ol' wolifecycle-maven-plugin 
>> will work fine. I just use vermilingua out of habit now since I use it 
>> everywhere.
>> 
>> Cheers,
>> - hugi
>> 
>> 
>>> On 28 Aug 2025, at 13:04, Francois BIENTZ via Webobjects-dev 
>>> <[email protected]> wrote:
>>> 
>>> Hello Hugi
>>> 
>>> I try to use your SlimSample 
>>> In Application.java I had to replace import 
>>> extensions.appserver.ERXApplication with er. 
>>> extensions.appserver.ERXApplication
>>> In pom.xml on the line <packaging>woapplication in Eclipse I get the error 
>>> "Unknown packaging: woapplication"
>>> Something missing in the <dependencies> ?
>>> 
>>> Francois 
>>> 
>>>> Le 27 août 2025 à 23:16, Francois BIENTZ via Webobjects-dev 
>>>> <[email protected]> a écrit :
>>>> 
>>>> Thank you Hugi 
>>>> 
>>>> I’m sorry I did not see your Parsley project on your GitHub I did only 
>>>> discover your winder-slim-deployment. 
>>>> I will try to install Parsley on my WO Maven Eclipse 4.36 jdk 21 
>>>> environment.
>>>> Best regards
>>>> Francois 
>>>> 
>>>>> Le 27 août 2025 à 18:47, Hugi Thordarson via Webobjects-dev 
>>>>> <[email protected]> a écrit :
>>>>> 
>>>>> Hello Francois,
>>>>> 
>>>>> oh my… someone looking at wonder-slim!
>>>>> 
>>>>> Pardon the build state of the project. I believe you're the first one 
>>>>> (apart from myself) to try to use it so I haven't been diligent about the 
>>>>> build or versioning (or making it easy to use for newcomers in general).
>>>>> 
>>>>> The reason for your error is that I recently replaced the refactored 
>>>>> WOOgnl parser in Slim with Parsley
>>>>> 
>>>>> https://github.com/undur/Parsley/
>>>>> 
>>>>> This means Parsley is a dependency, and I haven't gotten around to 
>>>>> publishing it on the wocommunity maven repo yet. So to build wonder-slim,
>>>>> you'll have to build and install Parsley first (or just import it to your 
>>>>> workspace, if you're doing this from within Eclipse) and you should be 
>>>>> fine.
>>>>> 
>>>>> Let me know if you need further assistance. Nice to hear of someone 
>>>>> actually using this. And as I said, if you or anyone plans on using it, I 
>>>>> might just start versioning it and making actual releases.
>>>>> 
>>>>> Cheers,
>>>>> - hugi
>>>>> 
>>>>> 
>>>>> 
>>>>>> On 27 Aug 2025, at 16:33, Francois BIENTZ via Webobjects-dev 
>>>>>> <[email protected]> wrote:
>>>>>> 
>>>>>> Hello
>>>>>> 
>>>>>> The Ajax, AjaxSlim, ERxtensions projects call for 
>>>>>> is.rebbi.parsley:jar:1.2.0-SNAPSHOT ( missing artifact in pom.xml).
>>>>>> How to solve this ?
>>>>>> Thank you
>>>>>> Francois Bientz
>>>>>> 
>>>>>> 
>>>>>> _______________________________________________
>>>>>> Do not post admin requests to the list. They will be ignored.
>>>>>> Webobjects-dev mailing list      ([email protected])
>>>>>> Help/Unsubscribe/Update your Subscription:
>>>>>> https://lists.apple.com/mailman/options/webobjects-dev/hugi%40karlmenn.is
>>>>>> 
>>>>>> This email sent to [email protected]
>>>>> 
>>>>> _______________________________________________
>>>>> Do not post admin requests to the list. They will be ignored.
>>>>> Webobjects-dev mailing list      ([email protected])
>>>>> Help/Unsubscribe/Update your Subscription:
>>>>> https://lists.apple.com/mailman/options/webobjects-dev/f.bientz%40laposte.net
>>>>> 
>>>>> This email sent to [email protected]
>>>> 
>>>> _______________________________________________
>>>> Do not post admin requests to the list. They will be ignored.
>>>> Webobjects-dev mailing list      ([email protected])
>>>> Help/Unsubscribe/Update your Subscription:
>>>> https://lists.apple.com/mailman/options/webobjects-dev/f.bientz%40laposte.net
>>>> 
>>>> This email sent to [email protected]
>>> _______________________________________________
>>> Do not post admin requests to the list. They will be ignored.
>>> Webobjects-dev mailing list      ([email protected])
>>> Help/Unsubscribe/Update your Subscription:
>>> https://lists.apple.com/mailman/options/webobjects-dev/hugi%40karlmenn.is
>>> 
>>> This email sent to [email protected]
>> 
>> _______________________________________________
>> Do not post admin requests to the list. They will be ignored.
>> Webobjects-dev mailing list      ([email protected])
>> Help/Unsubscribe/Update your Subscription:
>> https://lists.apple.com/mailman/options/webobjects-dev/f.bientz%40laposte.net
>> 
>> This email sent to [email protected]
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list      ([email protected])
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/webobjects-dev/hugi%40karlmenn.is
> 
> This email sent to [email protected]

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to