You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am testing the ACME app using LT in Eclipse (Windows env).
When I go to the server.xml, and add
<fe Ctrl+Space - I see this added <feature></feature>
Next I do app in the space between the features <feature>app</feature>
If I do Ctrl+Space after typing app, I see one of the suggestions is appSecurityClient-1.0 feature.
If I select that, it adds the feature, but removes the "</" next to it, and shows up as an error.
The text was updated successfully, but these errors were encountered:
I just tried variations of this 10 times and recreated the problem once ! When I recreated it, it was the very last child element under <featureManager> but it didn't happen consistently even in the last position. Will have to think what the next step would be.
I am testing the ACME app using LT in Eclipse (Windows env).
When I go to the server.xml, and add
<fe Ctrl+Space - I see this added
<feature></feature>
Next I do app in the space between the features
<feature>app</feature
>If I do Ctrl+Space after typing app, I see one of the suggestions is appSecurityClient-1.0 feature.
If I select that, it adds the feature, but removes the "</" next to it, and shows up as an error.
The text was updated successfully, but these errors were encountered: